MIT Scheme - definitie. Wat is MIT Scheme
Diclib.com
Online Woordenboek

Wat (wie) is MIT Scheme - definitie

A SCHEME IMPLEMENTATION WITH INTEGRATED EDITOR AND DEBUGGER
MIT Scheme; Edwin (editor); Mit-scheme

MIT Scheme         
<language> (Previously "C-Scheme") A Scheme implementation by the MIT Scheme Team (Chris Hanson, Jim Miller, Bill Rozas, and many others) with a rich set of utilities, a compiler called Liar and an editor called Edwin. MIT Scheme includes an interpreter, large {run-time library}, Emacs macros, native-code compiler, emacs-like editor, and a source-level debugger. Latest version: 7.7.1, as of 2002-06-18. MIT Scheme conforms fully with R4RS and almost with the IEEE Scheme standard. It runs on Motorola 68000: HP9000, Sun-3, NeXT; MIPS: Decstation, Sony, SGI; HP-PA: 600, 700, 800; VAX: Ultrix, BSD, DEC Alpha: OSF; Intel i386: MS-DOS, MS Windows, and various other Unix systems. See also: LAP, Schematik, Scode. mit-scheme/">http://gnu.org/software/mit-scheme/. Usenet newsgroup: news:comp.lang.scheme.c. Mailing list: mit-scheme-announce@gnu.org (cross-posted to news). E-mail: <mit-scheme-devel@gnu.org> (maintainers). (2003-08-14)
R4RS         
DIALECT OF THE LISP PROGRAMMING LANGUAGE
Scheme Links; R5RS; R4RS; R6RS; Set!; Scheme Programming language; Scheme progamming language; Scheme programming language; R5RS Scheme; Err5rs; ERR5RS; Scheme language; LAML; Scheme (language); RnRS; R7RS; Dr. Scheme; Scheme Lisp
A revision of R3RS, revised in R3.99RS. ftp://altdorf.ai.mit.edu/. ["The Revised^4 Report on the Algorithmic Language Scheme", W. Clinger et al, MIT (Nov 1991)]. (1994-10-28) [Later revisions?]
MIT Center for Theoretical Physics         
CENTER AT THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY
MIT CTP
The MIT Center for Theoretical Physics (CTP) is the hub of theoretical nuclear physics, particle physics, and quantum information research at MIT. It is a subdivision of MIT Laboratory for Nuclear Science and Department of Physics.

Wikipedia

MIT/GNU Scheme

MIT/GNU Scheme is a programming language, a dialect and implementation of the language Scheme, which is a dialect of Lisp. It can produce native binary files for the x86 (IA-32, x86-64) processor architecture. It supports the R7RS-small standard. It is free and open-source software released under v2 or later of the GNU General Public License (GPL). It was first released by Guy Lewis Steele Jr. and Gerald Jay Sussman at the Massachusetts Institute of Technology in 1986, as free software even before the Free Software Foundation, GNU, and the GPL existed. It is now part of the GNU Project.

It features a rich runtime software library, a powerful source code level debugger, a native code compiler and a built-in Emacs-like editor named Edwin.

The books Structure and Interpretation of Computer Programs and Structure and Interpretation of Classical Mechanics include software that can be run on MIT/GNU Scheme.